projects
/
python-pcre2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6a16b7
)
Drop non-resolvable imports
author
Bastian Germann
<bage@debian.org>
Mon, 9 Feb 2026 11:32:28 +0000
(12:32 +0100)
committer
Bastian Germann
<bage@debian.org>
Mon, 9 Feb 2026 11:01:04 +0000
(12:01 +0100)
Gbp-Pq: Name non-resolvable-imports
tests/test_re_compatibility.py
patch
|
blob
|
history
diff --git
a/tests/test_re_compatibility.py
b/tests/test_re_compatibility.py
index 89095121fcaafe67f77527ec44d4bd573fdb8c53..03ada00846b17bcac6687ac5499742a3af4a30bf 100644
(file)
--- a/
tests/test_re_compatibility.py
+++ b/
tests/test_re_compatibility.py
@@
-4,12
+4,6
@@
import multiprocessing
from weakref import proxy
import pytest
-from tests.utils import (
- assert_raises,
- assert_typed_equal,
- check_pattern_error,
- check_template_error,
-)
# This file is a modified version of the tests from CPython's regex test suite, meant to provide
# coverage for the built-in module's behavior. However, the intention is not to cover 100% of